The following tables list the members exposed by OrderedEnumeration<T>.
Name | Description | |
---|---|---|
OrderedEnumeration<T> Constructor | Overloaded. |
Name | Description | |
---|---|---|
Comparer | Gets or sets the comparer to use when ordering the items. | |
DuplicateHandling | Gets or sets the duplicate item handling policy | |
InMemoryLimit | Gets or sets the number of instances to keep in memory before sorting/paging to disk. | |
Serializer | Gets or sets the serializer to use when paging to disk. |
Name | Description | |
---|---|---|
GetEnumerator | Returns an enumerator that iterates through the collection. | |
Merge | Overloaded. Merges two ordered enumerations based on the comparer provided. | |
WithDuplicateHandling | Wraps an existing enumeration of Key/value pairs with an assertion about ascending order and handling for duplicate keys. |